Uses of Interface
org.eclipse.vtp.desktop.core.actions.util.InternalActionItemContainer

Packages that use InternalActionItemContainer
org.eclipse.vtp.desktop.core.actions.util   
 

Uses of InternalActionItemContainer in org.eclipse.vtp.desktop.core.actions.util
 

Classes in org.eclipse.vtp.desktop.core.actions.util that implement InternalActionItemContainer
 class InternalActionSet
          This is a concrete menu/sub-menu implementation of the IProvisioningActionSet and InternalActionItemContainer interfaces and provides the default behavior of those interfaces.
 class InternalActionSetSection
          This is a concrete implementation of IternalActionContainer that represents a set of action items to be grouped together with a separator in the menu.
 class ProvisioningModelActionManager
           
 

Methods in org.eclipse.vtp.desktop.core.actions.util that return InternalActionItemContainer
 InternalActionItemContainer ProvisioningModelActionManager.findContainer(java.util.Stack ids)
           
 InternalActionItemContainer InternalActionSetSection.findContainer(java.util.Stack ids)
           
 InternalActionItemContainer InternalActionSet.findContainer(java.util.Stack ids)
           
 InternalActionItemContainer InternalActionItemContainer.findContainer(java.util.Stack ids)
          Locates the container with the given set of ids.